type crypto/sha1.digest

18 uses

	crypto/sha1 (current package)
		sha1.go#L40: type digest struct {
		sha1.go#L52: func (d *digest) MarshalBinary() ([]byte, error) {
		sha1.go#L56: func (d *digest) AppendBinary(b []byte) ([]byte, error) {
		sha1.go#L69: func (d *digest) UnmarshalBinary(b []byte) error {
		sha1.go#L96: func (d *digest) Reset() {
		sha1.go#L114: 	d := new(digest)
		sha1.go#L119: func (d *digest) Size() int { return Size }
		sha1.go#L121: func (d *digest) BlockSize() int { return BlockSize }
		sha1.go#L123: func (d *digest) Write(p []byte) (nn int, err error) {
		sha1.go#L150: func (d *digest) Sum(in []byte) []byte {
		sha1.go#L158: func (d *digest) checkSum() [Size]byte {
		sha1.go#L196: func (d *digest) ConstantTimeSum(in []byte) []byte {
		sha1.go#L202: func (d *digest) constSum() [Size]byte {
		sha1.go#L275: 	var d digest
		sha1block.go#L20: func blockGeneric(dig *digest, p []byte) {
		sha1block_amd64.go#L12: func blockAVX2(dig *digest, p []byte)
		sha1block_amd64.go#L15: func blockAMD64(dig *digest, p []byte)
		sha1block_amd64.go#L19: func block(dig *digest, p []byte) {